home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Giga Pack
/
Giga Pack CD1.iso
/
adv
/
cavchao2
/
type_doc.bat
< prev
Wrap
DOS Batch File
|
1992-08-02
|
876b
|
35 lines
echo off
CLS
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo ┌─────────────────────────────────────────────────────────────┐
echo │ This file will type out the documentation for │
echo │ CAVERNS OF CHAOS I │
echo │ │
echo │ You can press [ctrl]+[break] to abort or any │
echo │ other key to countinue │
echo └─────────────────────────────────────────────────────────────┘
echo.
echo.
echo.
echo.
echo.
echo.
echo.
pause
echo .
echo Loading the documentation for Cavens Of Chaos into memory, please wait...
echo
type chaosdoc.txt | more
echo.
echo.
echo
:end